The tune status structure provides information on the currently playing tune.
struct TuneStatus {
unsigned long tune;
unsigned long tunePtr;
TimeValue time;
short queueCount;
short queueSpots;
TimeValue queueTime;
long reserved[3];
};
typedef struct TuneStatus TuneStatus;
| Previous | Chapter Contents | Chapter Top | Next |